Fixing SCREEN’s Backspace and Delete Key’s

When running screen sometimes there is a problem using the backspace or delete key and you get the dreaded “Wuff Wuff” message.

Try editing

~/.bashrc

And adding:

alias screen='TERM=screen screen'

That should Fix it !